NotificationService

Created with IntelliJ IDEA. User: hyleung Date: 6/1/12 Time: 1:22 PM To change this template use File | Settings | File Templates.

Inheritors

Functions

Link copied to clipboard
abstract fun buildNotification(title: String, message: String, bigText: String, iconId: Int, measureConfiguration: MeasureConfigurationInternal, action: String): Notification
Link copied to clipboard
abstract fun getNotificationWorkerClass(measureConfiguration: MeasureConfigurationInternal): Class<out Any>
Link copied to clipboard
Link copied to clipboard
abstract fun notifyInApp(title: String, message: String, bigText: String, measureConfiguration: MeasureConfigurationInternal, iconName: String)
Link copied to clipboard
abstract fun notifyInAppWithDeleteIntent(title: String, message: String, bigText: String, measureConfiguration: MeasureConfigurationInternal, iconName: String, action: String)